home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graduation from F.U.
/
Graduation from F.U..iso
/
macproj
/
macproj.DXR
/
00024.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-02-17
|
233 b
|
12 lines
on mouseDown
global TheIN, TheOUT
if the soundLevel = 0 then
set TheIN to "Sound off in"
set TheOUT to "Sound off out"
else
set TheIN to "Sound on in"
set TheOUT to "Sound On out"
end if
buttonswitch(7)
end